services.matomo.nginx.locations.<name>.basicAuth

Basic Auth protection for a vhost.

WARNING: This is implemented to store the password in plain text in the Nix store.

Type
attribute set of string
Default
{ }
Example
{
  user = "password";
};
Declared
<nixpkgs/nixos/modules/services/web-apps/matomo.nix>